home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / memory / memk / memk.bat < prev   
Encoding:
DOS Batch File  |  1994-01-10  |  286 b   |  13 lines

  1. @echo off
  2. md c:\memchk
  3. copy memchk.exe c:\memchk
  4. copy memchk.hlp c:\memchk
  5. copy memchk.wri c:\memchk
  6. copy apiguide.dll c:\windows\system
  7. copy diskdll.dll c:\windows\system
  8. erase memchk.exe
  9. erase memchk.hlp
  10. erase memchk.wri
  11. erase apiguide.dll
  12. erase diskdll.dll
  13. erase memk.bat